MCP (Model Context Protocol) Server for Sychev Lab - provides access to products, articles, tutorials, and e-commerce features located in https://lab.sychve.xyz
Overview
Features
- Product Catalog: Browse, search, and view details of STL files for 3D printing
- Articles: Access to technical articles and blog posts
- Tutorials: Step-by-step tutorials with difficulty and duration information
- Categories: Browse product categories
- Users: New user registration
- Checkout: Create payment sessions with Stripe
Available Tools
| Tool | Description |
|---|---|
list_products | Lists all available products |
get_product_details | Retrieves detailed information about a product |
search_products_by_category | Searches for products by category or term |
get_categories | Retrieves all available categories |
list_articles | Lists all articles |
get_article | Retrieves the full content of an article |
list_tutorials | Lists all tutorials |
get_tutorial | Retrieves the full content of a tutorial |
register_user | Registers a new user |
create_stripe_checkout | Creates a Stripe checkout session |
Server Config
{
"mcpServers": {
"sychev-lab": {
"command": "npx",
"args": [
"-y",
"sychev-lab-mcp-server"
]
}
}
}